home *** CD-ROM | disk | FTP | other *** search
Text File | 1994-07-28 | 834 b | 21 lines | [TEXT/KAHL] |
- /* ==========================================
-
- fss_utl.proto.h
-
- Copyright (c) 1993,1994 Newport Software Development
-
- You may distribute unmodified copies of this file for
- noncommercial purposes. You may use this file as a
- reference when writing your own nShell(tm) commands.
-
- All other rights are reserved.
-
- ========================================== */
-
- OSErr fss_GetFInfo(int gotFSSpec, const FSSpec *spec, FInfo *fndrInfo);
- OSErr fss_OpenDF(int gotFSSpec, const FSSpec *spec, char permission, short *refNum);
- OSErr fss_OpenRF(int gotFSSpec, const FSSpec *spec, char permission, short *refNum);
- OSErr fss_SetFInfo(int gotFSSpec, const FSSpec *spec, const FInfo *fndrInfo);
- int fss_test( void );
- OSErr fss_to_DirID(const FSSpec *spec, long *theDirID, Boolean *isDirectory);
- OSErr fss_wake_parent(const FSSpec *spec);